﻿/*!
 * =====================================================
 * QQ150032322 cxinnet2018 2018-07-04 封丘政府网站
 * 不考虑兼容IE9以下
 * =====================================================
 */
html {}

body {
	margin: 0px;
	padding: 0;
	font-family: Microsoft Yahei;
	background: #f7f7f7 url(body-bg.jpg) repeat-x center 200px;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff6633;
}

.center {
	text-align: center;
}

.clearB {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display: block;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('iconfont.ttf') format('truetype');
	/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.main {
	width: 1170px;
	margin: 15px auto;
	background: #FFFFFF;
	padding: 15px;
}

.top-bar {
	height: 39px;
	display: none;
	border-bottom: #dddddd solid 1px;
	background: #f7f7f7;
	font-size: 12px;
	line-height: 39px;
	min-width: 1200px;
}

.top-bar-cont {
	margin: 0 auto;
	width: 1200px;
}

.top-bar-left {
	float: left;
	color: #999999;
	width: 400px;
}

.top-bar-left a {
	color: #666666;
}

.top-bar-right {
	float: right;
	width: 300px;
	text-align: right;
	line-height: 39px;
	height: 39px;
}

.top-bar-right a {
	padding-left: 10px;
	line-height: 39px;
	color: #666;
	display: inline-block;
	font-size: 12px;
}

.top {
	background: url(top-bg.jpg) repeat-x center;
	height: 170px;
	min-width: 1200px;
}

.top-cont {
	margin: 0 auto;
	width: 1200px;
	height: 170px;
	position: relative;
}

.top a.logo {
	width: 400px;
	height: 90px;
	background: url(logo.png) no-repeat center;
	float: left;
	margin-top: 40px;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 90px;
	overflow: hidden;
}

.top a.logo h1 {
	text-indent: -99999px;
	display: block;
}

.top-search {
	height: 35px;
	width: 350px;
	border-radius: 35px;
	position: absolute;
	right: 30px;
	top: 40px;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

.top-search .input {
	border: none;
	outline: none;
	background: none;
	font-size: 15px;
	color: #333333;
	line-height: 35px;
	padding-left: 25px;
	padding-right: 40px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.top-search .btn {
	position: absolute;
	right: 0px;
	padding: 0 15px;
	top: 0px;
	line-height: 35px;
	border: none;
	font-size: 15px;
	outline: none;
	height: 35px;
	cursor: pointer;
}

.search-no {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}

.top-pic {
	float: right;
	width: 550px;
	height: 170px;
	background: url(top-pic.png) no-repeat center;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 0px;
	line-height: 170px;
}

.menu-bg {
	height: 60px;
	background: #e3393a;
	position: relative;
	z-index: 999;
	min-width: 1200px;
}

.menu {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}

.menu>ul {}

.menu>ul>li {
	display: inline-block;
	padding: 0 0px;
	float: left;
	font-size: 16px;
	height: 60px;
	width: 145px;
	line-height: 60px;
	transition: all 0.3s;
	text-align: center;
}

.menu>ul>li:nth-child(4) {
	width: 180px;
}

.menu>ul>li:nth-child(4)>ul {
	width: 180px;
}

.menu>ul>li:not(:last-child) {}

.menu>ul>li:hover {
	background: #b50002;
}

.menu>ul>li:hover:not(:last-child) {}

.menu>ul>li.curr {
	background: #b50002;
}

.menu>ul>li.curr:not(:last-child) {}

.menu>ul>li>a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 60px;
}

.menu>ul>li>a:hover {}

.menu>ul>li>a:before {
	font-family: "iconfont";
	content: "\e6bb";
	font-size: 30px;
	float: left;
	margin-left: 25px;
	width: 10px;
	text-align: right;
}

.menu>ul>li:nth-child(2)>a:before {
	content: "\e64b";
}

.menu>ul>li:nth-child(3)>a:before {
	content: "\e66a";
}

.menu>ul>li:nth-child(4)>a:before {
	content: "\e7ab";
}

.menu>ul>li:nth-child(5)>a:before {
	content: "\e7b0";
}

.menu>ul>li:nth-child(6)>a:before {
	content: "\e745";
}

.menu>ul>li:nth-child(7)>a:before {
	content: "\e721";
}

.menu>ul>li:nth-child(8)>a:before {
	content: "\e70c";
}

.menu>ul>li>ul {
	display: none;
	width: 150px;
	text-align: center;
	background: #b50002;
	padding: 10px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.menu>ul>li:hover ul {
	display: block;
}

.menu>ul>li>ul li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.menu>ul>li>ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
}

.menu>ul>li>ul li:hover {
	background: #e3393a;
}

.menu>ul>li>ul li:hover a {}

.slider {
	height: 550px;
	background: #CCCCCC;
}

/*首页公告*/
.notice-bg {
	/*background: #ffeedc;*/
	background: #FFFFFF;
	height: 45px;
	min-width: 1200px;
}

.notice-bg .cont {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	position: relative;
	padding: 5px 0;
}

.index-ad-title {
	width: 100px;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 14px;
	color: #B50002;
}

.index-ad-title:before {
	font-family: "iconfont";
	content: "\e66a";
	float: left;
	font-size: 16px;
	margin-right: 5px;
}

.index-ad {
	width: 800px;
	height: 35px;
	overflow: hidden;
	position: relative;
	float: left;
}

.ad-next {
	width: 25px;
	height: 25px;
	border: #018F83 solid 1px;
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	z-index: 9999;
	transition: all 0.3s;
}

.ad-next:before {
	font-family: "iconfont";
	content: "\e757";
}

.ad-next:hover {
	background: #018F83;
	color: #FFFFFF;
}

.ad-next:active {
	background: #037168;
	color: #FFFFFF;
}

.ad-prev {
	width: 25px;
	height: 25px;
	border: #018F83 solid 1px;
	position: absolute;
	top: 3px;
	right: 35px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	z-index: 9999;
	transition: all 0.3s;
}

.ad-prev:before {
	font-family: "iconfont";
	content: "\e758";
}

.ad-prev:hover {
	background: #018F83;
	color: #FFFFFF;
}

.ad-prev:active {
	background: #037168;
	color: #FFFFFF;
}

.index-ad ul li {
	line-height: 35px;
	height: 35px;
}

.index-ad ul li a {
	display: block;
	height: 35px;
	position: relative;
	padding-right: 80px;
	float: left;
	width: 380px;
	padding: 0 10px;
}

.index-ad ul li a .tt {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 320px;
}

.index-ad ul li a .tt:before {
	font-family: "iconfont";
	content: "\e6f8";
	font-size: 14px;
	color: #999999;
	padding-right: 5px;
}

.index-ad ul li a:hover {
	text-decoration: none;
	color: #037168;
}

.index-ad ul li a:hover .tt {
	color: #037168;
}

.index-ad ul li a span {
	font-size: 12px;
	color: #999999;
	float: right;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

/*天气预报代码*/
.weather {
	width: 280px;
	float: right;
	height: 30px;
	margin-top: 5px;
	text-align: right;
	overflow: hidden;
}

/* big-news */
.big-news {
	width: 1170px;
	margin: 15px auto;
	background: #FFFFFF;
	line-height: 40px;
	color: #FF0000;
	font-size: 35px;
	padding: 20px 15px;
	text-align: center;
}

.big-news a{ color: #FF0000;}

/*title*/
.index-title {
	height: 39px;
	overflow: hidden;
	border-bottom: #DDDDDD solid 1px;
	position: relative;
}

.index-title .tt {
	font-size: 16px;
	color: #d91616;
	display: block;
	float: left;
	line-height: 37px;
	font-weight: bold;
	border-bottom: #D91616 solid 2px;
}

.index-title .tt a {
	color: #d91616;
}

.index-title .more {
	display: inline-block;
	float: right;
	border-radius: 7px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	color: #666666;
	font-size: 14px;
}

.index-title .more a {
	color: #666666;
}

.index-title2 {
	height: 40px;
	overflow: hidden;
	background: #D91616;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 15px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
}

.index-title2 a {
	color: #FFFFFF;
}

.index-content {
	width: 875px;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}

.index-side {
	width: 280px;
	float: right;
	margin-top: 15px;
}

.mt25 {
	margin-top: 25px;
}

/*焦点图*/
.index-slider {
	width: 610px;
	height: 340px;
	background: #DDDDDD;
	float: left;
}

.index-slider-pic {
	width: 610px;
	float: left;
	height: 385px;
}

#index-slider-cont {
	display: none;
	background: #000000;
	height: 340px;
}

/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */
#index-slider-cont p.title {
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: 10px;
	line-height: 45px;
	font-family: "Microsoft Yahei";
	color: #FFF;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000, endcolorstr=#aa000000);
	background: rgba(0, 0, 0, 0.5);
}

#index-slider-cont img {
	width: 620px !important;
	height: 385px !important;
}

.KMSPrefix_indexslidercont_image_item {
	background-size: cover !important;
}

/*热点新闻*/
.hot-news {
	width: 540px;
	float: right;
	height: 341px;
	overflow: hidden;
}

.hot-news .title {
	height: 45px;
	background: #eff2f3;
}

.hot-news ul.tab_menu {
	height: 45px;
	background: #eff2f3;
}

.hot-news ul.tab_menu li {
	line-height: 45px;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	float: left;
}

.hot-news ul.tab_menu li.curr {
	line-height: 43px;
	height: 43px;
	color: #d91616;
	border-bottom: #d91616 solid 2px;
}

.hot-news ul.tab_menu li a {
	color: #666666;
	display: block;
}

.hot-news ul.tab_menu li a:hover {
	text-decoration: none;
	color: #E3393A;
}

.hot-news ul.tab_menu li.curr a {
	color: #d91616;
}

.hot-news .tab_box dl {
	border-bottom: #DDDDDD solid 1px;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.hot-news .tab_box dl dt {
	font-size: 20px;
	color: #666666;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px 0;
}

.hot-news .tab_box dl dt a {
	color: #D91616;
}

.hot-news .tab_box dl dt a:hover {
	color: #037168;
}

.hot-news .tab_box dl dd {
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.hot-news .tab_box ul {
	margin-top: 15px;
}

.hot-news .tab_box ul li {
	line-height: 30px;
	padding: 2px 5px 2px 15px;
	background: url(hot-li-ico.png) no-repeat 0px center;
	height: 30px;
	position: relative;
}

.hot-news .tab_box ul li a {
	color: #666666;
	display: block;
	margin-right: 85px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-news .tab_box ul li a:hover {
	color: #037168;
}

.hot-news .tab_box ul li span {
	color: #999999;
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	position: absolute;
	right: 5px;
	top: 5px;
}

.tab_box .hide {
	display: none;
}

.index-zt {
	height: 110px;
	border: #E3393A solid 1px;
	background: #F7F7F7;
	margin-top: 15px;
	position: relative;
	display: none;
}

.index-zt .tt {
	background: #E3393A;
	font-size: 16px;
	width: 30px;
	padding: 10px 5px;
	color: #FFFFFF;
	text-align: center;
	height: 90px;
	line-height: 22px;
}

.index-zt .go-left {
	height: 110px;
	width: 40px;
	position: absolute;
	left: 40px;
	top: 0;
	color: #D91616;
	line-height: 110px;
	font-size: 35px;
}

.index-zt .go-left:before {
	font-family: "iconfont";
	content: "\e779";
}

.index-zt .go-right:before {
	font-family: "iconfont";
	content: "\e775";
}

.index-zt .go-left:hover {
	text-decoration: none;
}

.index-zt .go-right:hover {
	text-decoration: none;
}

.index-zt .go-right {
	height: 110px;
	width: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	color: #D91616;
	line-height: 110px;
	font-size: 35px;
}

.index-zt .cont {
	position: absolute;
	left: 85px;
	top: 25px;
	right: 40px;
	height: 60px;
	overflow: hidden;
}

.index-zt .cont ul {}

.index-zt .cont ul li {
	width: 265px;
	float: left;
	height: 60px;
}

.index-zt .cont ul li img {
	width: 240px;
	height: 60px;
}

.art-cate {
	float: left;
	width: 335px;
	overflow: hidden;
}

.art-cate .tt {
	font-size: 16px;
	line-height: 39px;
	border-bottom: #DDDDDD solid 1px;
	color: #D91616;
}

.art-cate ul {
	width: 345px;
	margin-top: 15px;
	height: 200px;
	overflow: hidden;
}

.art-cate ul li {
	border: #DDDDDD solid 1px;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #F7F7F7 url(xxgk-li-bg.png) repeat-x;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 83px;
	padding: 0 10px;
	line-height: 30px;
}

.art-cate ul li a {
	color: #666666;
}

.xxgk {
	width: 520px;
	float: right;
	height: 255px;
	overflow: hidden;
}

.xxgk ul {
	margin-top: 10px;
	width: 355px;
	float: left;
}

.xxgk ul li {
	line-height: 30px;
	height: 30px;
	position: relative;
	padding-left: 15px;
	background: url(hot-li-ico.png) left center no-repeat;
}

.xxgk ul li a {
	color: #666666;
	display: block;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxgk ul li a:hover {
	color: #037168;
}

.xxgk ul li span {
	color: #999999;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	font-family: arial
}

.xxgk ol {
	margin-top: 15px;
	width: 150px;
	float: right;
}

.xxgk ol li {
	margin-bottom: 10px;
}

.xxgk ol li a {
	display: block;
	border: #DDDDDD solid 1px;
	border-radius: 4px;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #F7F7F7 url(o.jpg) no-repeat 10px center;
	line-height: 30px;
	color: #D91616;
}

.zwfw {
	margin-top: 15px;
}

.content .zwfw {
	margin-top: 0px;
}

.zwfw ul {
	border: #DDDDDD solid 1px;
	height: 142px;
	display: flex;
	box-sizing: border-box;
}

.zwfw ul li {
	/* width: 145px; */
	flex: 1;
	height: 140px;
	text-align: center;
	float: left;
	background: #FFFFFF;
	transition: all 0.3s;
}

.zwfw ul li a {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	display: block;
	height: 100px;
	padding: 20px;
	color: #666666;
}

.zwfw ul li a:hover {
	text-decoration: none;
	color: #D91616;
}

.zwfw ul li:hover {
	background: #F7F7F7;
}

.zwfw ul li a:before {
	display: block;
	height: 65px;
	width: 65px;
	border-radius: 65px;
	margin: 0 auto 10px auto;
	line-height: 65px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	background: #169fa5;
	font-family: "iconfont";
	content: "\e6e9";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.zwfw ul li.i1 a:before {}

.zwfw ul li.i2 a:before {
	content: "\e6e3";
	background: #fb6e52;
}

.zwfw ul li.i3 a:before {
	content: "\e70d";
	background: #0c92d1;
}

.zwfw ul li.i4 a:before {
	content: "\e6ec";
	background: #22b658;
}

.zwfw ul li.i5 a:before {
	content: "\e6f5";
	background: #666666;
}

.zwfw ul li.i6 a:before {
	content: "\e70a";
	background: #D91616;
}

.zwfw ul li.i7 a:before {
	content: "\e721";
	background: #108ee9;
}

.zwfw ul li.i6 {
	/* 	width: 148px; */
}

.zfld ul {
	margin: 15px 0;
}

.zfld ul li {
	line-height: 30px;
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	height: 30px;
	position: relative;
	padding-left: 15px;
	background: url(hot-li-ico.png) left center no-repeat;
}

.zfld ul li a {
	color: #666666;
	display: block;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.art-cont ul li a:hover {
	color: #037168;
}

.art-cont {
	width: 430px;
	margin-top: 15px;
}

.art-cont dl {
	height: 140px;
	overflow: hidden;
	margin-top: 25px;
	border-bottom: #DDDDDD solid 1px;
}

.art-cont dl dt {
	display: inline;
	margin-right: 15px;
	float: left;
}

.art-cont dl dt img {
	width: 180px;
	height: 120px;
	display: block;
}

.art-cont dl dd {}

.art-cont dl dd .tt {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.art-cont dl dd .tt a {
	color: #333333;
}

.art-cont dl dd span {
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #666666;
}

.art-cont dl dd em {
	font-style: normal;
	font-size: 12px;
	height: 20px;
	color: #999999;
	display: block;
}

.art-cont ul {
	margin-top: 10px;
}

.art-cont ul li {
	line-height: 30px;
	height: 30px;
	position: relative;
	padding-left: 15px;
	background: url(hot-li-ico.png) left center no-repeat;
}

.art-cont ul li a {
	color: #666666;
	display: block;
	margin-right: 75px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.art-cont ul li a:hover {
	color: #037168;
}

.art-cont ul li span {
	color: #999999;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 14px;
	font-family: arial
}

/*企业名片*/
.qymp {
	margin-top: 10px;
}

.qymp .cont {
	padding-top: 15px;
	width: 875px;
	overflow: hidden;
	height: 160px;
}

.qymp .cont ul {}

.qymp .cont ul li {
	float: left;
	width: 177px;
}

.qymp .cont ul li img {
	padding: 3px;
	border: #DDDDDD solid 1px;
	background: #FFFFFF;
	width: 160px;
	height: 120px;
	display: block;
}

.qymp .cont ul li span {
	display: block;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.qymp .cont ul li span a {
	color: #666666;
}

.qymp .cont ul li span a:hover {
	color: #E3393A;
}

/*首页魅力封丘*/
.index-about-pic {
	height: 160px;
	background: #0092CE;
	margin-top: 15px;
	overflow: hidden;
	position: relative
}

.index-about-pic ul {}

.swiper-pagination {
	right: 0px;
	top: 7px;
}

.swiper-pagination-bullet {
	width: 20px;
	border-radius: 0px;
	height: 5px;
	display: inline-block;
	background: #000;
	opacity: .2;
	margin: 0 3px;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
	background: #D91616;
	opacity: 1;
}

.index-about-info {
	color: #666666;
	line-height: 22px;
	height: 90px;
	margin: 15px 0;
	font-size: 14px;
	text-indent: 2em;
}

.index-about-link {
	margin-bottom: 5px;
}

.index-about-link ul {
	width: 290px;
}

.index-about-link ul li {
	margin-bottom: 10px;
	width: 135px;
	margin-right: 10px;
	float: left;
}

.index-about-link ul li a {
	display: block;
	border: #DDDDDD solid 1px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	background: #f6f6f6;
	color: #555555;
}

.index-about-link ul li a:hover {
	color: #D91616;
}

.index-flink {
	background: #F7F7F7;
	padding: 25px 0;
}

.index-flink .cont {
	margin: 0 auto;
	width: 1200px;
}

.index-flink .cont select {
	width: 295px;
	height: 30px;
	text-align: center;
	font-size: 14px;
}

.gzcy {
	border: #DDDDDD solid 1px;
	border-top: none;
	padding: 10px;
	height: 415px;
}

.gzcy .title {
	line-height: 35px;
	font-size: 14px;
	color: #444444;
	height: 35px;
	border-bottom: #DDDDDD solid 1px;
}

.gzcy .title .tt {
	display: inline-block;
	float: left;
}

.gzcy .title .tt:before {
	font-family: "iconfont";
	content: "\e70a";
	color: #D91616;
	font-size: 20px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.gzcy .title .mail {
	color: #444444;
	display: inline-block;
	float: right;
}

.gzcy .title .mail:hover {
	color: #D91616;
	text-decoration: none;
}

.gzcy .title .mail:after {
	color: #999999;
	font-family: "iconfont";
	content: "\e6f8"
}

.gzcy ul {
	margin-top: 10px;
}

.gzcy ul li {
	line-height: 30px;
	height: 30px;
	position: relative;
	padding-left: 15px;
	background: url(hot-li-ico.png) left center no-repeat;
}

.gzcy ul li a {
	color: #666666;
	display: block;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gzcy ul li a:hover {
	color: #037168;
}

.gzcy ol {
	border-bottom: #DDDDDD solid 1px;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
}

.gzcy ol li {
	font-size: 14px;
	color: #444444;
	;
	width: 100px;
	text-align: center;
	display: inline-block;
}

.gzcy ol li a {
	color: #444444;
}

.gzcy ol li.curr {
	border: #DDDDDD solid 1px;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 0px;
	background: #FFFFFF;
	margin-left: 10px;
}

.gzcy ol li.curr a {}

.bottom-pic {
	width: 1200px;
	margin: 0 auto;
}

.footer {
	background: #ffffff;
	padding: 30px 0;
	min-width: 1200px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}

.footer a {
	color: #666666;
	font-size: 12px;
}

.footer .cont {
	position: relative;
	width: 800px;
	min-height: 75px;
	margin: 0 auto;
	padding-left: 400px;
	text-align: left;
}

.f-left {
	position: absolute;
	left: 0px;
	top: 10px;
}

.f-left2 {
	position: absolute;
	left: 100px;
	top: -10px;
}

.f-left2 a {
	width: 264px;
	height: 120px;
	background: url(f-left2.jpg) no-repeat center;
	display: block;
}

.f-right {
	position: absolute;
	right: 0px;
	top: 20px;
}

.f-right2 {
	position: absolute;
	right: 0px;
	top: -10px;
	width: 120px;
	height: 120px;
	background: url(wx.jpg) no-repeat center;
	display: none;
}

/*内页*/
.content {
	width: 875px;
	float: right;
}

.side {
	width: 280px;
	float: left;
}

.content .art-cont {
	margin-top: 0;
	margin-bottom: 10px;
}

.h15 {
	height: 15px;
}

/*当前位置*/
.current {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	background: #FFFFFF;
	padding: 10px 0;
	border-bottom: #DDDDDD solid 1px;
	min-width: 1200px;
}

.current .cont {
	width: 1200px;
	margin: 0 auto;
}

.current ul {}

.current ul:before {
	font-family: "iconfont";
	content: "\e718";
	color: #cccccc;
	font-size: 22px;
	float: left;
	padding-right: 5px;
}

.current ul li {
	display: inline-block;
	padding: 0 0px;
}

.current ul li:not(:last-child):after {
	content: "\e6f8";
	font-family: "iconfont";
	color: #cccccc;
}

.current ul li a {
	color: #666666;
}

/*侧栏分类*/
.side-cate {
	margin-top: 15px;
	margin-bottom: 15px;
}

.side-cate ul {
	padding: 0px 0;
}

.side-cate ul li {
	font-size: 14px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.side-cate ul li.curr {}

.side-cate ul li:hover {}

.side-cate ul li>a {
	background: #F7F7F7;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
	line-height: 45px;
	height: 45px;
	transition: all 0.3s;
	border-bottom: #eeeeee solid 1px;
	border-radius: 5px;
}

.side-cate ul li>a:hover {
	background: #fb6e52;
	color: #FFFFFF;
	text-decoration: none;
}

.side-cate ul li>a:before {
	font-family: "iconfont";
	content: "\e717";
	font-size: 16px;
	padding-right: 10px;
	float: left;
	display: inline-block;
}

.side-cate ul li.curr>a {
	background: #fb6e52;
	color: #FFFFFF;
	text-decoration: none;
}

.side-cate ul li dl {
	flex-wrap: wrap;
	padding: 10px 0;
	display: none;
}

.side-cate ul li.curr dl {
	display: flex;
}

.side-cate ul li dl dd {
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
}

.side-cate ul li dl dd a {
	line-height: 25px;
	font-size: 12px;
	border: #ddd solid 1px;
	border-radius: 4px;
	display: block;
	padding: 0 8px;
	color: #666;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s;
}

.side-cate ul li dl dd a.curr {
	color: #fff;
	background-color: #FF6600;
	border-color: #FF6600;
}

.side-cate ul li dl dd a:hover {
	color: #fff;
	background-color: #FF6600;
	border-color: #FF6600;
	text-decoration: none;
}

.side-zt {}

.side-zt ul {}

.side-zt ul li {
	margin-top: 10px;
}

.side-zt ul li img {
	width: 280px;
	height: 70px;
	display: block;
}

/*文章列表*/
.article-list {
	margin-top: 15px;
}

.article-list ul {}

.article-list ul li {
	line-height: 45px;
	font-size: 16px;
	height: 45px;
	border-bottom: #DDDDDD solid 1px;
	overflow: hidden;
	padding-left: 15px;
	background: url(li-icon.jpg) no-repeat 10px center;
	padding: 5px 0 5px 25px;
}

.article-list ul li:nth-child(odd) {
	background-color: #F7F7F7;
}

.article-list ul li a {
	color: #444444;
	display: inline-block;
	float: left;
	max-width: 560px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-list ul li .a-cate {
	float: left;
	display: inline-block;
	color: #fc0;
}

.article-list ul li .a-cate a {
	color: #fc0;
}

.article-list ul li em {
	display: inline-block;
	float: right;
	font-family: "arial";
	color: #999999;
	font-size: 16px;
	font-style: normal;
	padding-right: 10px;
}

.article-list ul li a:hover {
	color: #037168;
}

.article-list ul li i a {
	width: auto;
	color: #FF6600;
	font-style: normal;
	text-decoration: none;
	margin-right: 10px;
}

.article-list ul li i+a {
	width: auto;
	display: inline-block;
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-list ul li em a {
	display: inline-block;
	width: auto;
	color: #FFFFFF;
	border-radius: 4px;
	background: #ff8400;
	line-height: 20px;
	font-size: 14px;
	padding: 2px 8px;
	margin-top: 8px;
}

.article-list ul li em a:hover {
	color: #FFFFFF;
	background-color: #E1472F;
}

.article-list dl {
	padding-bottom: 20px;
	background: url(di.gif) repeat-x bottom;
	margin-bottom: 15px;
}

.article-list dl dt {
	padding-left: 15px;
	background: url(hot-list-ico.jpg) no-repeat 0px center;
	line-height: 40px;
	font-size: 16px;
	height: 40px;
}

.article-list dl dt a {
	color: #555555;
	display: inline-block;
	float: left;
	width: 620px;
	overflow: hidden;
}

.article-list dl dt span {
	display: inline-block;
	float: right;
	font-family: "arial";
	color: #666666;
	font-size: 14px
}

.article-list dl dt a:hover {
	color: #ff9900;
}

.article-list dl dd {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
}

.article-list dl dd a {
	color: #4FAA01;
	display: inline-block;
	float: right;
}

.p-list {
	margin-top: 15px;
}

.p-list ul {
	width: 890px;
	overflow: hidden;
}

.p-list ul li {
	float: left;
	width: 222px;
	margin-bottom: 15px;
}

.p-list ul li img {
	padding: 3px;
	border: #DDDDDD solid 1px;
	background: #FFFFFF;
	width: 200px;
	height: 150px;
	display: block;
}

.p-list ul li span {
	display: block;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.p-list ul li span a {
	color: #666666;
}

.p-list ul li span a:hover {
	color: #E3393A;
}

/*分页*/
.pages {
	text-align: right;
	margin-top: 25px;
	margin-bottom: 50px;
	color: #666666;
}

.pages div a {
	display: inline-block;
	padding: 5px 8px;
	background: #fafafa;
	font-size: 14px;
	border: #D5D5D5 solid 1px;
	border-radius: 4px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div a:hover {
	background: #E52123;
	color: #FFF;
	border: #E52123 solid 1px;
}

.pages div span.curr {
	display: inline-block;
	padding: 5px 8px;
	background: #E52123;
	font-size: 14px;
	border: #E52123 solid 1px;
	color: #fff;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div .total {
	line-height: 20px;
	margin: 0 2px;
	height: 20px;
	padding: 5px;
	font-size: 14px;
	font-family: "Microsoft yahei";
	line-height: 20px;
	display: inline-block;
	background: #fafafa;
	border: #d9d9d9 solid 1px;
	color: #2283c5;
}

.pages div .total b {}

.pages div input {
	width: 40px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
	background: #fafafa;
}

.pages div .valid {
	width: 40px;
	height: 18px;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
}

/*图片列表*/
.p-list {}

.p-list ul {}

.p-list ul li {}

.p-list ul li .k {}

.p-list ul li .k .pic {}

.p-list ul li .k .name {}

.p-list ul li .k .info {}

.p-list ul li .k .btn {}

/*科室列表*/
.ks-list {
	margin-top: 25px;
}

.ks-list-title {
	margin-bottom: 25px;
	margin-top: 25px;
	height: 50px;
}

.ks-list-title .tt {
	width: auto;
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	border-bottom: 5px #6bcbca solid;
	float: left;
}

.ks-list-title .tt a {
	color: #333333;
}

.ks-list-title .more {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #666666;
}

.ks-list-title .more a {
	width: 116px;
	height: 33px;
	border: 1px #dddddd solid;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	margin-left: 5px;
	color: #fff;
	background: #6bcbca;
}

.ks-list ul {
	width: 1110px;
}

.ks-list ul li {
	background: #F3F3F3;
	padding: 20px;
	width: 222px;
	margin-right: 15px;
	float: left;
	text-align: center;
	position: relative;
	height: 130px;
	margin-bottom: 15px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.ks-list ul li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ks-list ul li .name {
	color: #037168;
	font-size: 16px;
	height: 40px;
	line-height: 30px;
}

.ks-list ul li .name2 {
	margin-top: 20px;
	color: #037168;
	font-size: 16px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.ks-list ul li span {
	display: block;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	height: 45px;
	overflow: hidden;
}

.ks-list ul li .btn {
	width: 76px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #6bcbca;
	display: block;
	margin: 10px auto 0 auto;
	font-size: 14px;
	transition: all 0.3s;
}

.ks-list ul li .btn:hover {
	background: #FF6633;
	text-decoration: none;
}

/*设备列表*/
.sb-list {
	margin-top: 25px;
}

.sb-list ul {
	width: 1125px;
}

.sb-list ul li {
	width: 345px;
	margin-right: 30px;
	float: left;
	text-align: center;
	position: relative;
	height: 350px;
	margin-bottom: 25px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.sb-list ul li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
}

.sb-list ul li img {
	width: 345px;
	height: 230px;
}

.sb-list ul li .name {
	color: #037168;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.sb-list ul li .btn {
	width: 76px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #6bcbca;
	display: block;
	margin: 10px auto 0 auto;
	font-size: 14px;
	transition: all 0.3s;
}

.sb-list ul li .btn:hover {
	background: #FF6633;
	text-decoration: none;
}

/*专家列表*/
.zj-list {}

.zj-list ul {
	width: 1100px;
	margin-top: 25px;
}

.zj-list ul li {
	width: 165px;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	float: left;
	border-bottom: #DDDDDD solid 1px;
}

.zj-list ul li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
}

.zj-list ul li img {
	width: 120px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

.zj-list ul li h4 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #018F83;
	padding: 0;
	margin-top: 10px;
}

.zj-list ul li span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.zj-list ul li .btn {
	display: block;
	bottom: 35px;
	width: 68px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #ff7544;
	margin: 15px auto 0 auto;
	font-size: 12px;
}

/*专家内页*/
.zj-cont {
	margin-top: 25px;
}

.zj-cont .pic {
	width: 165px;
	padding: 30px 30px;
	text-align: center;
	margin-bottom: 15px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	float: left;
	border: #DDDDDD solid 1px;
}

.zj-cont .pic img {
	width: 120px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

.zj-cont .pic h1 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #018F83;
	padding: 0;
	margin-top: 10px;
}

.zj-cont .pic span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.zj-cont .cont {
	float: right;
	width: 820px;
	padding: 15px;
	border: #DDDDDD solid 1px;
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}

/*在线留言*/
/*内页*/
/*--文章内容页--*/
.a-cont {
	margin-top: 20px;
	padding: 20px;
}

.a-cont h1 {
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #004819;
	padding-bottom: 15px;
	border-bottom: #DDDDDD solid 1px;
	margin-bottom: 0px;
	margin-top: 25px;
}

.a-cont h4 {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #666666;
	font-weight: normal;
}

.a-cont .cont {
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 20px;
}

.a-cont .cont img {
	max-width: 100%;
}

.a-cont .cont a {
	color: #333333;
	text-decoration: underline;
}

/*历史沿革*/
.history-line {
	margin-top: 25px;
	margin-bottom: 25px;
}

.history-line li {
	font-size: 16px;
	color: #018F83;
	line-height: 35px;
	position: relative;
	padding-left: 30px;
}

.history-line li:before {
	font-family: "iconfont";
	content: "\e7b0";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 30px;
}

.history-line li:hover {
	color: #037168;
}

.a-cont .cont h5 {
	display: inline-block;
	background: #55A5AA;
	border-radius: 5px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.a-cont .cont table {
	border-collapse: collapse;
	width: 100% !important;
	font-size: 14px;
	color: #037168;
}

.a-cont .cont table tr {
	border-collapse: collapse;
	border: #018F83 solid 1px;
}

.a-cont .cont table td {
	border-collapse: collapse;
	border: #018F83 solid 1px;
	text-align: center;
	padding: 5px;
	line-height: 20px;
}

.bottom-menu {}

.bottom-menu .title {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 25px;
}

.bottom-menu ul {
	height: 145px;
	border-radius: 10px;
	overflow: hidden;
	background: #F7F7F7;
}

.bottom-menu ul li {
	background: #F7F7F7;
	transition: all 0.3s;
	text-align: center;
	float: left;
	min-width: 155.55px;
}

.bottom-menu ul li:hover {
	background: #6bcbca;
}

.bottom-menu ul li a {
	display: block;
	padding: 20px;
	color: #018F83;
	/ transition: all 0.3s;
}

.bottom-menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom-menu ul li .ico {
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #018F83;
	margin: 20px auto 0 auto;
	transition: all 0.3s;
}

.bottom-menu ul li .ico:before {
	font-family: "iconfont";
	content: "\e66b";
}

.bottom-menu ul li:nth-child(1) .ico:before {
	font-family: "iconfont";
	content: "\e66a";
}

.bottom-menu ul li:nth-child(2) .ico:before {
	font-family: "iconfont";
	content: "\e63a";
}

.bottom-menu ul li:nth-child(3) .ico:before {
	font-family: "iconfont";
	content: "\e67f";
}

.bottom-menu ul li:nth-child(4) .ico:before {
	font-family: "iconfont";
	content: "\e65e";
}

.bottom-menu ul li:nth-child(5) .ico:before {
	font-family: "iconfont";
	content: "\e669";
}

.bottom-menu ul li:nth-child(6) .ico:before {
	font-family: "iconfont";
	content: "\e68d";
}

.bottom-menu ul li:nth-child(7) .ico:before {
	font-family: "iconfont";
	content: "\e659";
}

.bottom-menu ul li:nth-child(8) .ico:before {
	font-family: "iconfont";
	content: "\e663";
}

.bottom-menu ul li:nth-child(9) .ico:before {
	font-family: "iconfont";
	content: "\e65a";
}

.bottom-menu ul li a:hover .ico {
	color: #FFFFFF;
}

.bottom-menu ul li a:hover span {
	color: #FFFFFF;
}

.bottom-menu ul li a {}

.bottom-menu ul li span {
	font-size: 16px;
	display: block;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	margin-top: 10px;
}

/*--自适应焦点图--*/
.wrapper {
	position: relative;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 550px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 550px !important;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}

@media only screen and (max-width: 319px) {

	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #037168 !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #037168 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 20px;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 30px;
	height: 5px;
	float: left;
	border-radius: 7px;
	margin: 10px 5px;
	/*-焦点图切换那妞颜色-*/
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}

	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}

	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}

	.responsive .tparrows {
		display: none;
	}
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}

.tp-loader {
	background: url(loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*--自适应 slide end--*/
/*liuyan*/
.faq-tijiao {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}

.faq-tijiao .cont {
	padding: 40px 20px;
	background: #fff url(faq-bg.jpg) no-repeat right bottom;
	border-top: #DDDDDD solid 1px;
	margin-top: 30px;
}

.faq-tijiao .item {
	margin-bottom: 15px;
	line-height: 35px;
}

.faq-tijiao .item span.tt {
	width: 80px;
	text-align: right;
	padding-right: 15px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
}

.faq-tijiao .item span {
	font-size: 14px;
	color: #cc0000;
}

.faq-tijiao .item select {
	font-size: 12pt;
	color: #333333;
	height: 38px;
	line-height: 38px;
	width: 324px;
	padding: 0 10px;
}

.faq-tijiao .item .input {
	font-size: 10pt;
	color: #333333;
	height: 35px;
	line-height: 35px;
	width: 400px;
	padding: 0 10px;
	font-family: "microsoft yahei";
	border: #dddddd solid 1px;
}

.faq-tijiao .item .input2 {
	font-size: 10pt;
	color: #333333;
	height: 35px;
	line-height: 35px;
	width: 150px;
	padding: 0 10px;
}

.faq-tijiao .item textarea {
	width: 400px;
	height: 75px;
	line-height: 25px;
	font-family: "microsoft yahei";
	font-size: 14px;
	border: #dddddd solid 1px;
	padding: 10px;
}

.faq-tijiao .item .get {
	width: 135px;
	cursor: pointer;
	height: 35px;
	border: none;
	border-radius: 4px;
	font-family: "microsoft yahei";
	margin-left: 10px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: #FF9900;
}

.faq-tijiao .item .get:disabled {
	background: #D3D4D3;
	color: #FFFFFF;
	cursor: default;
}

.faq-tijiao .item .btn {
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	border-radius: 10px;
	background: #D11315;
	height: 50px;
	font-size: 14pt;
	cursor: pointer;
	font-family: "microsoft yahei";
	display: inline-block;
	float: left;
	margin-left: 100px;
}

.faq-tijiao .item .more-msg {
	width: 125px;
	text-align: center;
	color: #666666;
	border: #dddddd solid 1px;
	border-radius: 10px;
	background: #f6f6f6;
	height: 48px;
	font-size: 12pt;
	margin-left: 10px;
	display: inline-block;
	line-height: 48px;
	float: left;
}

.faq-tijiao .item .see-msg {
	width: 125px;
	text-align: center;
	color: #666666;
	border: #dddddd solid 1px;
	border-radius: 10px;
	background: #f6f6f6;
	height: 48px;
	font-size: 12pt;
	margin-left: 10px;
	display: inline-block;
	line-height: 48px;
	float: left;
}

.faq-list {
	border-top: #DDDDDD solid 1px;
	margin-top: 20px;
}

.faq-list dl {
	padding: 20px;
	border-bottom: #DDDDDD solid 1px;
	margin-bottom: 20px;
	border-radius: 0px;
	overflow: hidden;
}

.faq-list dl dt {
	line-height: 30px;
	font-size: 14px;
}

.faq-list dl dt .info {
	line-height: 25px;
	color: #666666;
}

.faq-list dl dt .info em {
	color: #FF9900;
	font-style: normal;
	padding-right: 5px;
}

.faq-list dl dt .name {
	height: 30px;
	border-bottom: #DDD dashed 1px;
	margin-bottom: 10px;
}

.faq-list dl dt .name span {
	color: #CC0000;
	display: inline-block;
	width: 150px;
}

.faq-list dl dt .name .time {
	color: #999;
	font-size: 12px;
	display: inline-block;
}

.faq-list dl dd {
	line-height: 25px;
	border-radius: 0px;
	border: #F5FAFF solid 1px;
	padding: 15px;
	font-size: 14px;
	background: #fffff7;
	color: #444444;
	margin-top: 15px;
}

.faq-list dl dd .f-time {
	color: #666666;
}

.faq-list dl dd em {
	color: #FF9900;
	font-style: normal;
	padding-right: 5px;
}

.faq-list dl.curr {
	background: #F7F7F7;
}

.faq-list dl.curr dd {
	background: #Ffffff;
}

.faq-list .want {
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	border-radius: 10px;
	background: #D11315;
	height: 50px;
	font-size: 14pt;
	cursor: pointer;
	font-family: "microsoft yahei"
}

.m0 {
	margin: 0;
}

.faq-list~.faq-tijiao {
	border: none !important;
	padding: 0;
}

.faq-list~.faq-tijiao .cont {
	border: none;
	margin-top: 0;
}

/*404页*/
.e404 {
	background: url(404.jpg) no-repeat center top;
	width: 350px;
	padding-top: 250px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -175px;
	text-align: center;
	line-height: 30px;
}

.look-book {
	padding: 20px;
}

.look-book label {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
	float: left;
	margin-left: 100px;
}

.look-book .cont {
	margin-top: 20px;
}

.look-book .input {
	border: #DDDDDD solid 1px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 0 10px;
	width: 200px;
	float: left;
	margin-left: 100px;
	outline: none;
}

.look-book .input:focus {
	border-color: #E3393A;
}

.look-book .btn {
	line-height: 32px;
	padding: 0 10px;
	background: #E3393A;
	color: #FFFFFF;
	border: none;
	height: 32px;
	float: left;
	cursor: pointer;
}

.look-book .no-book {
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	text-align: center;
	line-height: 25px;
}

/*查询码*/
.book-code {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding: 30px;
	text-align: center;
}

.book-code b {
	color: #E3393A;
	padding: 0 10px;
	display: block;
	font-size: 18px;
}

.e404 ul {}

.e404 ul li {
	line-height: 30px;
	font-size: 14px;
	color: #018F83;
}

.e404 ul li a {
	color: #018F83;
}

.search-cate {}

.search-cate ul {
	padding: 15px 0;
}

.search-cate ul li {
	font-size: 14px;
	display: inline-block;
	border: #DDDDDD solid 1px;
	padding: 0 10px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 10px;
}

.search-cate ul li a {
	color: #666666;
}

.search-cate ul li.curr {
	color: #FFFFFF;
	background: #FF6600;
	border-color: #FF6600;
}

.search-cate ul li.curr a {
	color: #ffffff;
	display: block;
}

.msg-list {
	font-size: 14px;
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
	line-height: 25px;
	width: 100%;
	margin: 15px 0;
}

.msg-list th {
	background: #EEEEEE;
	color: #333333;
	font-weight: bold;
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
	text-align: center;
}

.msg-list td {
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
	text-align: center;
	padding: 5px 10px;
	color: #666666;
}

.msg-list tr:nth-child(even) {
	background: #F7F7F7;
}

.msg-list td.num {
	width: 50px;
}

.msg-list td.title {
	text-align: left;
}

.msg-list td a {
	color: #333333;
}

.msg-list td.cate {
	width: 80px;
}

.msg-list td.time {
	width: 150px;
}

.msg-list td.edit {
	width: 80px;
}

.big-pic {
	background: url(top.jpg?12) no-repeat center top;
	height: 600px;
}

.zt-dy {
	background-color: #fff6f1;
	padding: 15px;
	font-style: 16px;
	line-height: 30px;
	border: #d91616 dashed 1px;
}

.zt-dy .bt {
	color: #D91616;
	font-weight: bolder;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
}

.zt-cont {}

.zt-cont .a {
	padding: 15px;
}

.zt-cont .tt {
	line-height: 50px;
	height: 50px;
	position: relative;
}

.zt-cont .tt span {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #be0101;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.zt-cont .more {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 0 8px;
	float: right;
	line-height: 35px;
}

.zt-cont .a .cont {
	margin-top: 15px;
	padding-bottom: 20px;
	clear: both;
}

.zt-cont .a ul {}

.zt-cont .a ul li {
	line-height: 45px;
	font-size: 16px;
	height: 45px;
	border-bottom: #DDDDDD solid 1px;
	overflow: hidden;
	background: url(li-icon.jpg) no-repeat 10px center;
	padding: 5px 100px 5px 25px;
	position: relative;
}

.zt-cont .a ul li:nth-child(odd) {
	background-color: #F7F7F7;
}

.zt-cont .a ul li a {
	color: #444444;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zt-cont .a ul li em {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 16px;
	color: #666666;
	font-style: normal;
}

.zt-cont .a ul li a:hover {}

.zt-b-cont {
	border: #DDDDDD solid 1px;
	padding: 15px;
	position: relative;
	min-height: 100px;
	margin-top: 50px;
}

.zt-b-cont .tt {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #be0101;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
}

.zt-b-cont .cont {
	margin-top: 30px;
}

.zt-b-cont .cont ul {}

.zt-b-cont .cont ul li {
	width: 20%;
	float: left;
}

.zt-b-cont .cont ul li a {
	display: block;
	border: #DDDDDD solid 1px;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
	line-height: 43px;
	background: #f6f6f6;
	color: #555555;
	margin: 7px 7px;
}

.zt-b-cont .cont ul li a:hover {
	background-color: beige;
}

/* 新增信息公开页面 */
.info-page {
	display: flex;
}

.info-top {
	width: 1029px;
	height: 50px;
	margin: 65px auto;
	background: url(sea.png) no-repeat;
}

.info-top .search {}

.info-top .search-tt {
	display: inline-block;
	float: left;
	line-height: 37px;
	color: #666666;
	font-size: 14px;
	position: relative;
	padding-right: 15px;
}

.info-top .search-tt::before {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(ico1.png) no-repeat center;
	background-size: contain;
	left: -50px;
	top: 0;
	content: "";
}

.info-top .cont {
	width: 510px;
	margin: 0 auto;
}

.info-top .input {
	border: none;
	outline: none;
	box-sizing: border-box;
	line-height: 50px;
	padding: 0 15px;
	display: inline-block;
	float: left;
	width: 450px;
	background: transparent;
	font-size: 15px;
	color: #333333;
	box-sizing: border-box;
}

.info-top .btn {
	height: 50px;
	width: 50px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
	outline: none;
	cursor: pointer;
	background: url(search.png) no-repeat center;
	background-size: 45px 45px;
	text-indent: -999px;
}

.info-side {
	width: 300px;
	float: right;
}

.info-side .s-nav {
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
	padding: 16px;
}

.info-side .s-nav a {
	display: block;
	position: relative;
	height: 50px;
	padding: 0 15px 0 65px;
	background: #ededed;
	margin-bottom: 5px;
	line-height: 50px;
	transition: 0.3s all;
	font-size: 16px;
	color: #333333;
}

.info-side .s-nav a::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(xx1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: 5px;
	transition: 1s all;
}

.info-side .s-nav a.s1::before {
	background-image: url(xx1.png);
}

.info-side .s-nav a.s2::before {
	background-image: url(xx2.png);
}

.info-side .s-nav a.s3::before {
	background-image: url(xx3.png);
}

.info-side .s-nav a.s4::before {
	background-image: url(xx4.png);
}

.info-side .s-nav a.s5::before {
	background-image: url(xx5.png);
}

.info-side .s-nav a.s6::before {
	background-image: url(xx6.png);
}

.info-side .s-nav a.s7::before {
	background-image: url(xx7.png);
}

.info-side .s-nav a.s8 {
	background-color: orange;
	color: #FFFFFF !important;
}

.info-side .s-nav a.s8::before {
	background-image: url(xx8.png);
}

.info-side .s-nav a:hover::before {
	transform: rotateY(360deg);
}

.info-side .s-nav a:hover {
	#c40001
}

.info-side .s-nav2 {
	margin-top: 15px;
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
	padding: 16px;
}

.info-side .s-nav2 a {
	display: block;
	position: relative;
	height: 40px;
	padding: 0 0px;
	float: left;
	width: 130px;
	margin-right: 6px;
	text-align: center;
	background: #ededed;
	margin-bottom: 5px;
	line-height: 40px;
	transition: 0.3s all;
	font-size: 16px;
	color: #333333;
}

.info-side .s-nav2 a:nth-child(even) {
	margin-right: 0;
}

.info-content {
	float: left;
	width: 850px;
}

.info-title {
	margin: 15px 0;
	background: #f7f7f7;
	padding-left: 17px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #C40001;
	border-left: 5px solid #C40001;
}

.info-pic {
	margin: 0 -5px;
}

.info-pic ul {
	display: flex;
}

.info-pic ul li {
	flex: 1;
	padding: 0 5px;
}

.info-pic ul li a {}

.info-pic ul li img {
	width: 100%;
	display: block;
	height: 70px;
}

.tabs {}

.tabs .tab-menu {
	height: 42px;
	position: relative;
	background: #f7f7f7;
	border-bottom: 1px solid #cccccc;
}

.tabs .tab-menu ul {
	float: left;
	position: absolute;
	height: 43px;
	bottom: -1px;
}

.tabs .tab-menu ul li {
	width: 152px;
	float: left;
	cursor: pointer;
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 43px;
	padding: 0 15px;
	height: 43px;
	transition: all 0.3s;
}

.tabs .tab-menu ul li a {
	color: #797979;
}

.tabs .tab-menu ul li.active {
	background: #FFFFFF;
	color: #c40001;
	line-height: 36px;
	border-top: #c40001 solid 3px;
}

.tabs .tab-menu ul li.active a {
	color: #c40001;
}

.tabs .tab-content {}

.tabs .tab-content>div {
	display: none;
	height: 660px;
	overflow: hidden;
}

.info-list {}

.info-list ul {
	padding: 15px;
}

.info-list ul li {
	line-height: 40px;
	padding: 0 10px;
}

.info-list ul li:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.03);
}

.info-list ul li a {
	display: block;
	padding-right: 150px;
	position: relative;
	cursor: pointer;
}

.info-list ul li .tt {
	color: #333333;
	overflow: hidden;
	height: 40px;
	text-overflow: ellipsis;
}

.info-list ul li .time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999999;
}

/* 信息公开列表页及内容页 */
.xxgk-page {
	background: url(xxtop.jpg) no-repeat center top #FFFFFF;
	padding-top: 351px;
}

.xx-main {
	background-color: #F7F7F7;
	width: 1100px;
	box-sizing: border-box;
	margin: 15px auto;
	padding: 15px 36px;
}

.xx-flex {
	display: flex;
}

.gk-top {
	height: 340px;
}

.xx-content {
	flex: 1;
	padding: 15px 0px 0 15px;
	background-color: #FFFFFF;
	margin-left: 20px;
}

.xx-side {
	width: 250px;
	height: auto;
}

/* 侧边手风琴 */
.accordion {
	width: 100%;
	margin: 0px auto;
}

.accordion>li {
	margin-bottom: 15px;
}

.accordion .link {
	height: 70px;
	line-height: 70px;
	padding: 0 50px 0 80px;
	vertical-align: middle;
	display: block;
	font-size: 23px;
	color: #E52123;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	transition: all .3s ease
}

.accordion .link::before {
	background: url(gk2.png) no-repeat center;
	background-size: contain;
	height: 40px;
	width: 40px;
	content: "";
	position: absolute;
	left: 20px;
	top: 15px;
}

.accordion .link::after {
	height: 40px;
	width: 40px;
	font-family: "iconfont";
	content: "\e767";
	position: absolute;
	right: 0px;
	top: 15px;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	transition: all 0.3s;
}

.accordion .link.no-ico::after {
	display: none;
}

.accordion li.open .link::after {
	content: "\e768";
}

.accordion .link a {
	color: #E52123;
}

.accordion li:nth-child(1) .link::before {
	background-image: url(gk2.png);
}

.accordion li:nth-child(2) .link::before {
	background-image: url(gk1.png);
}

.accordion li:nth-child(3) .link::before {
	background-image: url(gk3.png);
}

.accordion li:nth-child(4) .link::before {
	background-image: url(gk4.png);
}

.accordion li:nth-child(5) .link::before {
	background-image: url(gk5.png);
}

.accordion li:nth-child(6) .link::before {
	background-image: url(gk6.png);
}

.accordion li:nth-child(7) .link::before {
	background-image: url(gk7.png);
}

.accordion li:nth-child(1).open .link::before {
	background-image: url(gk22.png);
}

.accordion li:nth-child(2).open .link::before {
	background-image: url(gk11.png);
}

.accordion li:nth-child(3).open .link::before {
	background-image: url(gk33.png);
}

.accordion li:nth-child(4).open .link::before {
	background-image: url(gk44.png);
}

.accordion li:nth-child(5).open .link::before {
	background-image: url(gk55.png);
}

.accordion li:nth-child(6).open .link::before {
	background-image: url(gk66.png);
}

.accordion li:nth-child(7).open .link::before {
	background-image: url(gk77.png);
}

.accordion .link span {
	line-height: 25px !important;
	padding: 10px 20px 10px 0;
	display: block;
}

.accordion .link .span2 {}

.accordion li:last-child .link {}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.accordion li.open .link {
	color: #FFFFFF;
	background-color: #E52123;
}

.accordion li.open i {
	color: #FFFFFF
}

.submenu {
	display: none;
	background: #FFFFFF;
	font-size: 14px;
	padding: 15px 0;
	margin-bottom: 15px;
}

.submenu>li {
	padding: 0 15px 0 40px;
	line-height: 32px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	transition: all .25s ease
}

.submenu>li:hover {
	background-color: #F2CECF;
}

.submenu>li.active {
	background-color: #F2CECF;
}

.submenu>li.active>a {
	color: red;
	font-weight: bold;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #4a4a4a;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.no-hover.active {
	background-color: #ffffff !important;
}

.no-hover:hover {
	background-color: #ffffff !important;
}

.active .menu-tt {
	background-color: #f9eaea;
}

.submenu .menu-tt {
	display: block;
	position: relative;
}

.submenu .menu-tt::after {
	content: " ";
	position: absolute;
	right: 15px;
	top: 10px;
	height: 15px;
	width: 15px;
	background: url(arr.png) no-repeat 5px 3px;
}

.submenu .active .menu-tt::after {
	background: url(arr.png) no-repeat 5px -65px;
}

.submenu .menu-tt {
	padding: 0 15px 0 40px;
	margin: 0 -15px 0 -40px;
}

.submenu .menu-tt:hover {
	background-color: #f9eaea;
}

.menu3 {
	padding: 5px 15px 0 50px;
	margin: 0px -15px 0 -40px;
	display: none;
	background-color: #fff;
	font-size: 14px;
}

.active>.menu3 {
	display: block;
}

.menu3 li:hover a {
	color: red;
}

.menu3 .active a {
	color: red;
}

/* 空模版 */
.no-bg {
	background: #FFFFFF;
	background-image: none;
	padding-top: 0 !important;
}

.no-bg .fixed-b {
	display: none !important;
}

.no-bg .index-flink {
	display: none !important;
}

.no-bg .footer {
	display: none !important;
}

.one-page {
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
	padding-bottom: 240px;
	background-color: #FFFFFF;
}

.no-bg .one-page {
	padding-bottom: 15px;
}

.fixed-b {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

/* 重点信息公开 */
.zd-page {
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	padding-bottom: 30px;
}

.zd-pic {
	display: block;
	width: 100%;
}

.zd-cont {
	padding: 0 40px;
}

.zd-cont dl {
	margin-bottom: 20px;
	margin-top: 40px;
}

.zd-cont dl dt {
	text-align: center;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

.zd-cont dl dt a {
	color: #333333;
}

.zd-cont dl dd {
	font-size: 14px;
	text-indent: 2em;
	line-height: 26px;
	color: #666666;
}

.zd-cont dl dd a {
	color: #333333;
}

.zd-cont dl dd a:hover {
	color: red;
}

.zd-list-cont {
	border: #DDDDDD solid 1px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	margin: 30px;
}

.zd-list-cont .zd-list {
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
}

.zd-list ul {
	margin-top: 10px;
}

.zd-list ul li {
	line-height: 30px;
	height: 30px;
	position: relative;
	padding-left: 15px;
	background: url(hot-li-ico.png) left center no-repeat;
}

.zd-list ul li a {
	color: #666666;
	display: block;
	margin-right: 75px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zd-list ul li a:hover {
	color: #037168;
}

.zd-list ul li span {
	color: #999999;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 14px;
	font-family: arial
}

#img1 {
	display: block;
}

.w100 {
	margin: 15px -5px 0 -5px;
	display: flex;
}

.w100 .ad {
	flex: 1;
	padding: 0 5px;
}

.w100 .ad img {
	display: block;
	width: 100%;
}

.w1200{
	margin: 10px auto;
	width: 1200px;
}

.w1200 img {
	width: 1200px;
	display: block;
	height: 100px;
	border: none;
}

.zp {
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 999999;
}

.zp2 {
	position: fixed;
	bottom: 110px;
	right: 0px;
	z-index: 999999;
}


.fixed-ad {
	width: 300px;
	height: 162px;
	position: fixed;
	right: 20px;
	top: 340px;
	background: url(xx-ads.jpg) no-repeat;
	text-indent: -99999px;
	display: block;
}

.fixed-ad-l1 {
	width: 320px;
	height: 120px;
	position: fixed;
	left: 0;
	bottom: 10px;
}

.fixed-ad-l2 {
	width: 184px;
	height: 163px;
	position: fixed;
	bottom: 140px;
	left: 0;
}

.hidden {
	display: none;
}

/* 灰色重构


body{
	background-image: url(body-bg-gray.jpg);
}
.top{
	background-image: url(top-bg-gray.jpg);
}
.top a.logo{
	background-image: url(logo-gray.png);
}
.top-pic,.top-search,.main,.menu-bg,.notice-bg,.w1200,.bottom-pic,.zp,.index-flink,.footer{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
}
#img1{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
}
*/
/* end */
/* 2023春节 


body{
	background: url(2023.png) no-repeat top center;
}
.top{
	background-image:none !important;
}
 */